Q3Box_SetMajorAxis
You can use theQ3Box_SetMajorAxis
function to set the major axis of a box.
TQ3Status Q3Box_SetMajorAxis ( TQ3GeometryObject box, const TQ3Vector3D *majorAxis);
box
- A box.
majorAxis
- The desired major axis of the specified box.
DESCRIPTION
TheQ3Box_SetMajorAxis
function sets the major axis of the box specified by thebox
parameter to that specified in themajorAxis
parameter.